deleteservicegroup - Ant Task |
Description
deleteservicegroup
Ant task deletes a Service Group from an organization in a Process Platform instance. Deleting a service group will also delete the associated service containers and their connection points.
Sample Usage
The following example describes the procedure to delete a Service Group MyService Group in the organizaiton myorganization.
<deleteservicegroup organization="myorganization" name="MyService Group" ldapRoot = "cn=cordys,cn=fp1cu7,o=myorg.com" />
Parameters
Attribute |
Description |
Type |
Required |
---|---|---|---|
name |
Name of the Service Group to be deleted. |
String |
Yes |
organization |
Name of the organization. |
String |
Yes |
ldapRoot |
LDAP root of the Process Platform instance. |
String |
Yes |
failOnError |
Boolean flag aborts the build when an exception occurs in the task. The default value is true. |
Boolean |
No |